[IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target
authorAlex Williamson <alex.williamson@hp.com>
Mon, 25 Feb 2008 13:29:01 +0000 (06:29 -0700)
committerAlex Williamson <alex.williamson@hp.com>
Mon, 25 Feb 2008 13:29:01 +0000 (06:29 -0700)
The ia64 custom linker script breaks cross compilation (see
http://markmail.org/message/zowwwfs3mdipseiv) and seems to be unnecessary.
Tested by building and running ia64 HVM domains.

Signed-off-by: Aron Griffis <aron@hp.com>
tools/ioemu/Makefile.target

index 965d726adf250589c38f33f61546b0efe95cd8bf..5a6ff93d1ae7bd18a48a0059cbca64ad204ec2fd 100644 (file)
@@ -523,10 +523,6 @@ vl.o: BASE_CFLAGS+=-p
 VL_LDFLAGS+=-p
 endif
 
-ifeq ($(ARCH),ia64)
-VL_LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
-endif
-
 ifeq ($(ARCH),sparc64)
 VL_LDFLAGS+=-m64
 VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc64.ld